All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.security.VeriSign

java.lang.Object
   |
   +----sun.security.VeriSign

public final class VeriSign
extends Object
This class represents all the supported VeriSign CAs in the form of self-signed certificates.


Constructor Index

 o VeriSign()

Method Index

 o getCert(X500Name)
Returns the X.509 Cert associated with this DN.
 o getCerts()
Returns all the X509 Certs from Verisign.

Constructors

 o VeriSign
 public VeriSign()

Methods

 o getCerts
 public static X509Cert[] getCerts() throws IOException
Returns all the X509 Certs from Verisign.

 o getCert
 public static X509Cert getCert(X500Name dn) throws IOException
Returns the X.509 Cert associated with this DN.


All Packages  Class Hierarchy  This Package  Previous  Next  Index